home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / bumpcopter2.swf / scripts / frame_59 / PlaceObject2_835_651 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2006-06-13  |  261 b   |  16 lines

  1. onClipEvent(enterFrame){
  2.    if(_visible == true)
  3.    {
  4.       _root.timeCr = 0;
  5.       _root.speedMax = 0;
  6.       _root.speedMin = 0;
  7.       _root.speedPlus = 0;
  8.    }
  9.    if(poo >= 2000)
  10.    {
  11.       poo = 1501;
  12.    }
  13.    this.swapDepths(poo);
  14.    poo++;
  15. }
  16.